crypto/internal/fips140/bigmod.Nat.add (method)
7 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L370: func (x *Nat) add(y *Nat) (c uint) {
nat.go#L718: t.add(m.nat)
nat.go#L741: overflow := x.add(y)
nat.go#L1176: rshift1(A, A.add(m))
nat.go#L1177: rshift1(B, B.add(a))
nat.go#L1185: rshift1(C, C.add(m))
nat.go#L1186: rshift1(D, D.add(a))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |